﻿@charset "utf-8";
/* CSS Document */
.w980{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
a{
	color: 	#666;
}
.header{
	position: relative;
	z-index: 10;
	/*background:#333 url(../images/bg_header.jpg) bottom repeat-x;*/
	overflow: hidden;
}
.h-top{
	background: #f4f4f4;
	height: 41px;
	line-height: 41px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}
.h-top p.fr{
	font-size: 14px;
	color: #666;
}
.h-top p.fr span{
	display: inline-block;
	padding: 0 10px;
	background: #e4e5e6;
}
.h-top a{
	display: inline-block;
	padding: 0 13px;
	color: #fff;
	transition: color 500ms ease-in 0ms;
}
.h-top a.blue, .h-top a:hover{
	color: #fff;
}
.h-top a.red{
	color: #fff;
}
.h-top a.last{
	padding-right: 0;
}
.h-mid{
	padding: 20px 0;
	float: left;
	overflow: hidden;
}
.logo{
	float: left;
	padding-right: 10px;
	margin: 0 16px 0 0;
	display: inline;
}
.h-mid .tips{
	margin-top: 19px;
	line-height: 16px;
}
.h-mid .tips h2{
	font-size: 21px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}
.h-tel{
	height: 44px;
	display: inline;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	margin-top: 20px;
	float: right;
}
.h-mid .tel h2{
	font-size: 22px;
	color: #276ac0;
	line-height: 40px;
}
.h-mid .ewm{
	position: relative;
	width: 47px;
	height: 36px;
	background: url(../images/bg_sign01.jpg) no-repeat center;
	cursor: pointer;
}
.h-mid .ewm .box{
	position: absolute;
	left: -94px;
	top: 42px;
	width: 140px;
	height: 155px;
	display: none;
}
nav{
	width: 100%;
	background: #0167b9;
	overflow: hidden;
}
.nav{
	float: none;
}
.nav li{
	text-align: center;
	overflow: hidden;
	float: left;
}
.nav a.tit{
	display: block;
	line-height:60px;
	font-size: 16px;
	color: #fff;
	width: 171px;
}
.nav li.last{
	border-right: none;
	background: none;
}
.nav a.tit:hover, .nav a.tit.on{
	border-color: #05499a;
	background: #05499a;
	color: #fff;
}
.float-service{
	position: absolute;
	/*left: 50%;*/
	top: 1219px;
	right: 0;
	z-index: 50;
	width: 98px;
	margin-left: 520px;
}
.float-service .top{
	width: 98px;
	height: 96px;
	background: url(../images/float_top.jpg) no-repeat;
}
.float-service .list{
	padding: 18px 16px 0;
	background: #333
}
.float-service .list a{
	display: inline-block;
	width: 42px;
	padding-left: 24px;
	background: url(../images/bg_sign02.jpg) no-repeat left center;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #515151;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}
.float-service .list a.first{
	border-top: none;
}
.float-service .list a.last{
	border-bottom: none;
}
.float-service .bot{
	width: 98px;
	height: 107px;
	background: url(../images/float_bot.png) no-repeat;
	cursor: pointer;
}
.float-service .float-ewm{
	width: 72px;
	height: 72px;
	padding: 16px 13px 0;
	background: #313232;
}
.footer{
	background:#343434;
	border-top: 10px #0267b7 solid;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
}
.rqcode{
	width: 250px;
	float: left;
	background: #2a2a2a;
	text-align: center;
	padding-top: 30px;;
}
.rqcode p{
	font-size: 14px;
	text-align: left;
	padding-left: 30px;
	margin-top: 50px;
}
.rqcode h4{
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 40px;
}
.foot_right{
	width: 900px;
	float: right;
}
.footer a{
	display: inline-block;
	font-size: 16px;
	color: #999999;
}
.footer .foot_menu{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer .copyright{
	border-top: 1px #999 dashed;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	opacity: 0.5;
}
.footer h1{
	font-size: 30px;
	color:#fff;
	font-weight: bold;
}
.footer p.content{
	line-height: 45px;
}

/*Index*/
.i-hotnews{
	position: absolute;
	left: 50%;
	top: 232px;
	z-index: 2;
	width: 240px;
	height: 168px;
	margin-left: 250px;
}
.i-hotnews .list{
	position: relative;
	width: 210px;
	height: 124px;
	padding: 6px 15px 0;
	background: #fff;
}
.i-hotnews .tit{
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	color: #030303;
}
.i-hotnews .btn{
	float: left;
	width: 15px;
	height: 44px;
	cursor: pointer;
}
.i-hotnews .prev{
	background: url(../images/prev02.png) no-repeat 0 center;
}
.i-hotnews .next{
	background: url(../images/next02.png) no-repeat 0 center;
}
.i-hotnews .btn.hover{
	background-position: -15px center;
}
.i-hotnews .list-in{
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 80px;
}
.i-hotnews li{
	width: 210px;
	height: 80px;
	line-height: 20px;
}
.i-hotnews li a{
	display: inline-block;
	width: 100%;
	color: #666;
	transition: color 500ms ease-in 0ms;
}
.i-hotnews li a:hover{
	color: #0758b2;
}
.i-hotnews li a.title{
	line-height: 26px;
	color: #0758b2;
}
.i-hotnews .more{
	position: relative;
	height: 27px;
	background: #abaaaf;
}
.i-hotnews .more a{
	display: block;
	position: relative;
	top: 11px;
	width: 117px;
	background: #0657b2;
	margin: 0 auto;
	line-height: 27px;
	color: #fff;
	text-align: center;
}
.banner{
	position: relative;
	z-index: 1;
	height: 700px;
	overflow: hidden;
}
.in_title{
	text-align: center;
}
.in_title h2{
	font-size: 24px;
	font-weight: bold;
	color: #448ed5;
}
.in_title h2::after{
	content: '';
	width: 100px;
	height: 2px;
	background: #f7a623;
	display: block;
	margin: 5px auto;
}
.in_title p{
	font-size: 18px;
	color: #666;
}
.tuijianpro{
	margin: 40px 0;
	overflow: hidden;
	*zoom: 1;
}
.tuijianpro dl{
	float: left;
	width: 270px;
	margin: 13px;
	border: 1px #e5e5e5 solid;
	transition: all 0.3s;
}
.tuijianpro dl dt{
	padding: 5px;
}
.tuijianpro dl dt img{
	width: 260px;
	height: 190px;
}
.tuijianpro dl dd a{
	border-top: 1px #e5e5e5 solid;
	font-size: 14px;
	color: #222;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 50px;
}
.tuijianpro dl:hover{
	border:1px #f4a628 solid;
	transform: scale(1.1);
}
.tuijianpro dl:hover dd a{
	border-top: 1px #f4a628 solid;

}
.i-search{
	height: 50px;
}
.i-search p.fl{
	line-height: 50px;
}
.i-search b{
	font-size: 14px;
	color: #104eaa;
}
.i-search a{
	display: inline-block;
	padding: 0 14px;
	background: url(../images/bg_li01.png) no-repeat right center;
	color: #888;
	transition: color 500ms ease-in 0ms;
}
.i-search a.last{
	background: none;
}
.i-search a:hover{
	color: #104eaa;
}
.i-search form{
	float: right;
	margin-top: 10px;
}
.i-search input{
	float: left;
	width: 180px;
	height: 28px;
	padding: 0 14px;
	border: 1px solid #dadada;
	border-right: none;
	line-height: 28px;
	color: #cecece;
}
.i-search input.submit{
	width: 36px;
	height: 30px;
	padding: 0;
	border: none;
	background: url(../images/bg_btn01.jpg) no-repeat;
}
.i-products,.i-hangye{
	padding: 40px 0 40px;
	background: #fff;
	overflow: hidden;
}
.i-hangye dl{
	width: 220px;
	height: 170px;
	line-height: 50px;
	float: left;
	background: #e5e5e5;
	text-align: center;
	font-size: 16px;
	margin: 10px;
}
.i-hangye dl img{
	width: 60px;
	margin-top: 40px;;
}
.i-hangye dl:hover{
	background: #0167b9;
}
.i-hangye dl:hover dd {
	color: #fff;
}
.intit{
	position: relative;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.intit .tit-con{
	color: #0341a0;
	font-size: 30px;
	width: 400px;
	margin: 0 auto;
	padding: 0 35px;
	position: relative;
	z-index: 2;
}
.intit .tit-con:after{
	content: '';
	display: block;
	width:100px;
	height: 6px;
	background: #034196;
	margin: 20px auto;
}
.intit .tit-con em{
	font-style: normal;
	color: #0341a0;
	font-size: 20px;
}
.intit .line{
	width: 100%;
	height: 1px;
	background: #9f9f9f;
	margin: 10px auto;
	position: absolute;
	top:66px;
}
.intit1{
	position: relative;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.intit1 .tit-con{
	color: #0341a0;
	font-size: 30px;
	width: 400px;

	padding: 0;
	position: relative;
	z-index: 2;
}
.intit1 .tit-con:after{
	content: '';
	display: block;
	width:100px;
	height: 6px;
	background: #034196;
}
.intit1 .tit-con em{
	font-style: normal;
	color: #0341a0;
	font-size: 20px;
}
.intit1 .line{
	width: 100%;
	height: 1px;
	background: #9f9f9f;
	margin: 10px auto;
	position: absolute;
	top:66px;
}
.i-products{
	background: #fff;
}
.i-prorec,.i-prorecs{
	height: 274px;
	margin-bottom: 50px;
}
.i-prorec .btn,.i-prorecs .btn{
	float: left;
	width: 39px;
	height: 274px;
	cursor: pointer;
}
.i-prorec .prev,.i-prorecs .prev{
	margin-left: -59px;
	background: url(../images/prev03.jpg) no-repeat left center;
}
.i-prorec .next,.i-prorecs .next{
	float: right;
	margin-right: -59px;
	background: url(../images/next03.jpg) no-repeat left center;
}
.i-prorec .btn:hover,.i-prorecs .btn:hover{
	background-position: right center;
}
.i-prorec .list,.i-prorecs .list{
	position: relative;
	overflow: hidden;
	float: left;
	width: 1200px;
	height: 280px;
}
.i-prorec ul,.i-prorecs ul{
	width: 996px;
}
.i-prorec li,.i-prorecs li{
	position: relative;
	overflow: hidden;
	width: 283px;
	height: 278px;
	margin-right: 17px;
	display: inline;
	border:1px #e0e0e0 solid;
}
.i-prorec .pro_content,.i-prorecs .pro_content{
	background: url(../images/jw_17.jpg) top center no-repeat;
	background-size: 100%;
	height: 50px;
	line-height: 50px;
	font: bold 14px/28px "微软雅黑";
	color: #333;
	display: block;
	overflow: hidden;
	*zoom:1;
}
.i-prorec .pro_content span.pro_t,.i-prorecs .pro_content span.pro_t{
	display: block;
	float: left;
	width: 180px;
	color: #fff;
	line-height: 45px;
	padding-left: 10px;
	overflow: hidden;
}
.i-prorec .pro_content a.pro_m,.i-prorecs .pro_content a.pro_m{
	display: block;
	float: right;
	width: 80px;
	color: #fff;
	line-height: 44px;
	padding-left: 10px;
}
.i-prorec .bg,.i-prorecs .bg{
	position: absolute;
	left: 0;
	top: 280px;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=68);
	opacity: 0.68;
}
.i-prorec .price,.i-prorecs .price{
	display: inline-block;
	position: absolute;
	left: -100%;
	top: 64px;
	width: 100%;
	font: bold 16px/56px "微软雅黑";
	color: #fff;
	text-align: center;
}
.i-prorec .num,.i-prorecs .num{
	font-size: 32px;
	font-family: Arial;
}
.i-prorec .button,.i-prorecs .button{
	display: inline-block;
	position: absolute;
	left: -141px;
	top: 120px;
	width: 91px;
	background: url(../images/bg_btn02.png) no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.i-prolist-left{
	width:250px;
	float: left;
}
.i-prolist .menu{
	background: #fff;
	width: 240px;
	padding: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.i-prolist .menu a.name{
	display: block;
	width: 240px;
	margin: 0 auto;
	font-family:"微软雅黑";
	color: #333;
	text-align: left;
}
.i-prolist .menu a.name H2{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	line-height:40px;
	padding-left: 20px;
	padding-top: 10px;
}
.i-prolist .menu a.name p{
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.i-prolist .menu ul{
	background: #fff;
	overflow: hidden;
}
.i-prolist .menu li{
	width: 220px;
	border-top: none;
	margin: 9.5px 10px 0 10px;
	border-bottom: 1px #e5e5e5 solid;
}
.i-prolist .menu a.t{
	display: inline-block;
	width: 90%;
	padding: 0 5%;
	color: #333;
	font-size: 16px;
	line-height:32px;
	background: url(../images/kt_25.png) right no-repeat;
}
.i-prolist .menu a.t:hover{
	color: #004490;
}
.i-prolist .menu .mores{
	display: block;
	width:100%;
	background: #0167b9;
	color: #fff;
	text-align: center;
	line-height:45px;
	font-size: 18px;
	margin: 20px auto 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.i-prolist .menu a.t.on{
	color: #dcb86c;
}
.i-contact{
	background: url("../images/index_09.jpg") no-repeat;
	width:100%;
	height:420px;
	overflow: hidden;
}
.i-contact h2{
	padding-left: 20px;
	padding-top: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height:40px;
}
.i-contact p{
	padding-left: 20px;
	font-size: 14px;
	line-height:30px;
	margin-top: 30px;
}
.i-prolist .sub{
	padding: 14px 0;
	border-top: 1px solid #c7c9cd;
	display: none;
}
.i-prolist .sub a{
	display: inline-block;
	width: 190px;
	padding: 5px 0 5px 40px;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	transition: color 500ms ease-in 0ms;
}
.i-prolist .sub a:hover{
	color: #073eac;
}
.i-prolist .list{
	float: right;
	width: 940px;
}
.i-prolist .mored{
	display: block;
	width:180px;
	line-height:40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #034196;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 20px auto;
}
.i-prolist .list ul{
	width: 940px;
}
.i-prolist .list li{
	width: 300px;
	/*height: 291px;*/
	margin: 0 11px 11px 0;
	display: inline;
	border:1px #e0e0e0 solid;
}
.i-prolist .list .bg{
	background: #fff;
}
.i-prolist .list a.name{
	background: #fff;
	background-size: 100%;
	display: inline-block;
	width: 100%;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	transition: all 500ms ease-in 0ms;
	text-align: center;
}
.i-prolist .list a.name span{
	font-size: 14px;
	color: #fff;
	float: right;
	margin-right: 20px;
	line-height: 44px;
}
.i-prolist .list li:hover{
	border: 1px #f9950e solid;
}
.i-prolist .list li:hover a.name{
	color: #f9950e;
}
.i-prolist .list a.more{
	display: inline-block;
	width: 91px;
	margin: 11px 0 17px 20px;
	background: url(../images/bg_btn02.png) no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.i-prolist .list p{
	padding: 0 20px;
	font: bold 16px/44px "微软雅黑";
	color: #333;
}
.i-prolist .list span{
	font-size: 30px;
	font-family: Arial;
	color: #c00725;
}
.i-prolist .line{
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 2px;
	margin-top: 1px;
	background: #87a1d6;
}
.i-prolist .line-in{
	position: absolute;
	left: -232px;
	top: 0;
	width: 232px;
	height: 2px;
	background: #073eac;
}
.i-prolist  a.readmore{
	display: block;

	width: 134px;
	border: 2px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	color: #f9950e;
	text-align: center;
	transition: all 500ms ease-in 0ms;
	border-radius: 4px;
	margin: 20px auto;
	overflow: hidden;
}
.i-prolist  a.readmore:hover{
	border-color: #073eac;
	background: #073eac;
	color: #fff;
}
.i-youshi{
	margin-top: 40px;
	padding-top: 40px;
	overflow: hidden;
	*zoom: 1;
}
.i-youshi-left{
	width:500px;
	float: left;
	padding-top: 40px;
}
.i-youshi-left dl{
	margin-bottom: 40px;
}
.i-youshi-left dl:nth-of-type(1){
	margin-top: 40px;
}
.i-youshi-left dl dd{
	margin-top: 20px;
	font-size: 16px;
	line-height:25px;
	color: #333;
}
.i-youshi-right{
	width:675px;
	float: right;
	padding-top: 40px;
}

.i-about-case{
	background: #f2f2f2 url("../images/kt_28.png") center top no-repeat;
	height:444px;
	padding-top: 30px;
	padding-bottom: 40px;
	overflow: hidden;
	*zoom: 1;
}
.i-about-about{
	width:600px;
	float: right;
}
.i-about-about-contnet{
	margin-top: 20px;
	width:600px;
	height:435px;
	float: left;
	
}
.i-about-img{
	width:551px;
	float: left;
	margin-top: 0px;
}

.i-about-content{
	width:600px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-indent: 24px;
}
.i-about-content .name{
	color: #1e6fcb;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.i-about-content .mores{
	background: #fff;
	width:120px;
	display: block;
	color: #5cb9ff;
	font-size: 14px;
	margin-top: 30px;
	line-height:40px;
}

.i-about-case-case{
	background: #fff;
	width: 355px;
	height: 435px;
	float: right;
}
.i-about-case-case a{
	display: block;
	width:345px;
	line-height: 44px;
	background: #1e6fcb;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
}
.i-about-case-case a span{
	float: right;
	margin-right: 10px;
	font-size: 14px;
}

.i-guanggao{
	background: url("../images/kt_29.png") top center no-repeat;
	width:100%;
	min-width: 1200px;
	height:433px;
}
.whytitle{ font-size: 24px;
	color: #999;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	padding-top: 40px;
}
.i-guanggao dl {
	width: 40%;
	float: left;
	margin-top: 40px;
}
.i-guanggao dl:nth-of-type(2){
	float: right;
}
.i-guanggao dl dt{
	color: #1e79d6;
	font-size: 24px;
	letter-spacing: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}
.i-guanggao dl dd{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.i-guanggao dl dd::before{
	content: "";
	width: 5px;
	height: 5px;
	background: #f4a628;
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 80px;
}

.product-section{padding-bottom:50px;position:relative;background:url(../images/productBase-features-bag.jpg) no-repeat;background-size:cover}
.product-title{padding:50px 10px 30px;font-weight:normal;font-size:36px;line-height:46px;color:#252b3a;text-align:center;color:#ffffff}
.product-wrapper{max-width:100%;margin-left:auto;margin-right:auto;position:relative}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.product-features .product-body{margin:0px}
.product-features .product-body:after{content:"";width:100%;height:3px;background:url(../images/productBase-features-model.png) no-repeat;background-size:100% auto;background-position:center;position:absolute;top:50px;left:0;z-index:0}
/*li*/
.features-item{position:relative;float:left}
.features-slide .features-item>*{text-align:center}
.features-item h3{font-size:16px;line-height:28px;margin-bottom:50px;color:#333;opacity:0.7;transition:all 0.1s; border:1px #e5e5e5 solid; width: 150px; margin: 0 auto 50px auto;}
.features-item i{position:absolute;width:75%;height:33px;background:url(../images/productBase-features-timeline.png) no-repeat;background-size:contain;background-position:right center;left:-25%;margin-left:10px;top:35px;z-index:3}
.features-item .features-info{display:block;margin:0 auto;padding:0px 23px;transition:all 0.3s;border-radius:2px}
.features-item .features-info .features-info-i{font-size:14px;color:#A0A2A8;line-height:22px;margin-bottom:10px}
.features-item .features-info .features-info-s{font-size:14px;color:#333;line-height:40px;overflow:hidden}
.features-item.dark i{background:url(../images/productBase-features-timeline-dark.png) no-repeat;background-size:contain;background-position:right center}
/*鼠标悬浮效果*/
.features-item:hover h3{font-size:22px;line-height:28px;opacity:0.9}
.features-item:hover i{width:75%;margin-left:13px;background:url(../images/productBase-features-timeline-hover.png) no-repeat;background-size:contain;background-position:right center}
.features-item:hover a{background:url(../images/productBase-features-info.png) no-repeat;background-size:100% 100%}
.features-item:hover .features-info .features-info-s{ color: #1e79d6;}
/*左右按钮*/
.product-features .swiper-button-prev{width:30px;height:40%;left:-15px;top:60%;background:none}
.product-features .swiper-button-prev:after{content:"";display:inline-block;position:absolute;width:15px;height:30px;background-size:100% 100%;top:50%;margin-top:-15px;left:50%;margin-left:-7px}
.product-features .swiper-button-next{width:30px;height:40%;right:-15px;top:60%;background:none}
.product-features .swiper-button-next:after{content:"";display:inline-block;position:absolute;width:15px;height:30px;background-size:100% 100%;top:50%;margin-top:-15px;left:50%;margin-left:-7px}
.features-item .features-info .gray { 
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;*/
}
.features-item:hover .features-info .gray{ 
    /*-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
	
    filter: none;*/
}
.i-guanggao a{
	display: block;
	width:100%;
	height:100%;
}
.i-about-all{
	width:100%;
	height:540px;
	min-width: 1200px;
	overflow: hidden;
	background: #3c3c3c
}
.i-abouts{
	background: #3c3c3c url("../images/index_25.jpg") left bottom no-repeat;
	background-size: 50%;
	width:48%;
	float: left;
}
.i-abouts .i-abouts-info{
	width:300px;
	margin: 100px 30px;
	float: right;
}
.i-abouts .i-abouts-info h2{
	color: #fff;
	font-size: 18px;
	line-height:40px;
	text-align: center;
}
.i-abouts .i-abouts-info span{
	display: block;
	width:80px;
	border-top:2px #fff solid;
	margin:20px auto;
}
.i-abouts .i-abouts-info p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.i-abouts .i-abouts-info .more{
	display: block;
	width:60px;
	line-height:30px;
	border:2px #fff solid;
	color: #fff;
	text-align: center;
	margin: 20px auto;
}
.i-linians{
	background: #78797b;
	width:26%;
	float: left;
	position: relative;
	height:540px;
}
.i-contacts{
	background: #78797b;
	width:26%;
	float: left;
	position: relative;
	height:540px;
}
.i-content-info h2{
	color: #fff;
	font-size: 18px;
	line-height:40px;
	text-align: center;
}
.i-content-info span{
	display: block;
	width:80px;
	border-top:2px #fff solid;
	margin:0 auto 20px;
}
.i-content-info p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.i-content-info .more{
	display: block;
	width:60px;
	line-height:30px;
	border:2px #fff solid;
	color: #fff;
	text-align: center;
	margin: 10px auto;
}
.i-linians img,i-contacts img{
	width: 100%;
}
.i-linians img{
	position: absolute;
	bottom: 0;
}
.i-content-info{
	padding: 30px;
	color: #fff;
	font-size: 16px;
}
.i-contacts .i-content-info{
	padding: 10px;
}
.i-contacts .i-content-info span{
	margin-bottom: 10px;
}
.i-about{
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	margin-top: 60PX;
	padding-bottom: 40px;
}
.i-about .float{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	width: 1920px;
	height: 1020px;
	margin-left: -960px;
}
.float-fl{
	position: absolute;
	left: 0;
	top: 101px;
	width: 470px;
	height: 595px;
	background: url(../images/bg_float01.png) no-repeat;
}
.float-fr{
	position: absolute;
	right: 35px;
	top: 414px;
	width: 376px;
	height: 453px;
	background: url(../images/bg_float02.png) no-repeat;
}
.i-about .w980{
	padding: 0;
	overflow: hidden;
	z-index: 2;
}
.i-about .w980 .list{
	float: left;
	width: 504px;
	margin: 0 0 0 -504px;
}
.i-about .w980 .list li{
	width: 600px;
	overflow: hidden;
}
.i-about .list span{
	display: inline-block;
	float: left;
	width: 47px;
	height: 81px;
	background: url(../images/fz_28.png) no-repeat left center;
	font: bold 30px/75px Arial;
	color: #fff;
	text-align: center;
}
.i-about .list .intro{
	float: left;
	width: 520px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-top: 20px;
}
.i-about .list .intro p{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	font-weight: lighter;
	border-top: 1px #ccc solid;
	padding-top: 20px;
}

.i-about .list h1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.i-about .list h2{
	width:100%;
	font-size: 24px;
	line-height: 42px;
	color: #333;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.i-about .img{
	position: relative;
	float: right;
	width: 672px;
	margin-right: -672px;
}
.i-about .img span{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 32%;
	width: 81px;
	height: 81px;
	background: url(../images/bg_sign04.png) no-repeat;
	font-size: 18px;
	line-height: 81px;
	color: #3a57ae;
	text-align: center;
	filter:alpha(opacity=0);
	opacity: 0;
}



.i-about .w980 .list1{
	float: right;
	width: 500px;
	margin: 0 -500px 0 0;
}
.i-about .w980 .list1 li{
	width: 600px;
	margin-bottom: 54px;
	padding-bottom: 30px;
	overflow: hidden;
}
.i-about .list1 span{
	display: inline-block;
	float: left;
	width: 47px;
	height: 81px;
	background: url(../images/fz_28.png) no-repeat left center;
	font: bold 30px/75px Arial;
	color: #fff;
	text-align: center;
}
.i-about .list1 .intro1{
	float: left;
	width: 520px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-top: 40px;
}
.i-about .list1 .intro1 p{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	font-weight: lighter;
	border-top: 1px #ccc solid;
	padding-top: 20px;
}

.i-about .list1 h1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.i-about .list1 h2{
	width:100%;
	font-size: 24px;
	line-height: 42px;
	color: #333;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.i-about .img1{
	position: relative;
	float: left;
	width: 673px;
	margin-left: -673px;
}
.i-about .img1 span{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 32%;
	width: 81px;
	height: 81px;
	background: url(../images/bg_sign04.png) no-repeat;
	font-size: 18px;
	line-height: 81px;
	color: #3a57ae;
	text-align: center;
	filter:alpha(opacity=0);
	opacity: 0;
}
.i-customer{
	position: relative;
	z-index: 2;
	padding-top: 38px;
	text-align: center;
}
.i-customer .title{
	width: 1000px;
	height: 62px;
	margin: 0 auto;
}
.i-customer .title a{
	display: inline-block;
	margin-left: 312px;
}
.i-customer h2{
	font-size: 24px;
	line-height: 62px;
	color: #3d72cf;
}
.i-customer .title img{
	margin-left: 10px;
}
.i-customer li img{
	display: block;
	margin: 0 auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.i-customer li a:hover img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.i-customer .list{
	width: 1200px;
	margin: 48px auto 0;
	overflow: hidden;
}
.i-customer .btn{
	width: 39px;
	height: 124px;
	cursor: pointer;
}
.i-customer .prev{
	float: left;
	margin-left: -60px;
	background: url(../images/prev03.jpg) no-repeat left center;
}
.i-customer .next{
	float: right;
	margin-right: -60px;
	background: url(../images/next03.jpg) no-repeat left center;
}
.i-customer .btn.hover{
	background-position: right center;
}
.i-customer .list-in{
	position: relative;
	overflow: hidden;
	float: left;
	width: 1200px;
}
.i-customer li{
	width: 188px;
	height: 102px;
	border: 1px solid #cacaca;
	margin-right: 10PX;
	margin-bottom: 10px;
}
.i-customer .list-in li img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.i-intro{
	height: 535px;
	padding-top: 66px;
	background-size: 130% 130%;
	margin-bottom: 40px;
}
.i-intro.move{
	animation: introMove 2s forwards;
}
@keyframes introMove{
	100%{
		background-size: 100% 100%;
	}
}
.i-intro .w980{
	border:1px #deb369 solid;
	overflow: hidden;
}
.i-intro .video{
	float: right;
	width: 545px;
	height: 395px;
	background: url(../images/fz_13.png)  no-repeat;
	background-size: 100%;
}
.i-intro .detail{
	position: relative;
	float: left;
	width: 540px;
	padding: 32px;
	line-height: 22px;
	color: #333;
}
.i-intro .detail h1{
	font-size: 28px;
	line-height: 40px;
	color: #deb369;
	font-weight: lighter;
}
.i-intro .detail h2{
	font-size: 20px;
	line-height: 40px;
	color: #333;
	margin-bottom: 20px;
	font-weight:normal;
}
.i-intro .detail h2:after{
	content: " ";
	display: block;
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 20px;
}
.i-intro .detail p{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 30px;
	text-indent: 24px;
}
.i-intro .detail a{
	display: inline-block;
	width: 134px;
	background: #dcb86c;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	transition: all 500ms ease-in 0ms;
	border-radius: 40px;
	margin-top: 20px;
}
.i-intro .detail a:hover{
	border-color: #333;
	background: #333;
	color: #fff;
}


.i-list{
	padding: 40px 0 40px;
	background: #fff;
}
.i-list .w980{
	overflow: hidden;
}
.i-list-tit{
	height: 54px;
}
.i-list-tit h2{
	font-size: 18px;
	line-height: 54px;
	text-transform: uppercase;
	color: #004490;
}
.i-list-tit span{
	display: inline-block;
	margin-right: 14px;
	font-size: 14px;
	line-height: 48px;
	float: left;
	background-color: #e9e9e9;
	padding: 0 10px;
}
.i-list-tit a{
	display: inline-block;
	line-height: 48px;
	color: #004490;
}
.i-news{
	width: 100%;
	margin-top: 40px;
}
.i-news .img{
	float: left;
	width: 358px;
	margin-top: 2px;
	background: #fff;
	position: relative;
	border:1px #ccc solid;
	padding:5px;
}
.i-news .img .int{
	background: #fff;
	padding: 6px 0 17px;
}
.i-news .img:hover .int{
	display: block;
}
.i-news .img a{
	display: inline-block;
	width: 100%;
	line-height: 20px;
	color: #333;
	transition: color 500ms ease-in 0ms;
}
.i-news .img a:hover{
	color: #333;
}
.i-news .img a.tit{
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	color: #333;
}
.i-news .img .mores{
	display: block;
	width:80px;
	line-height:30px;
	text-align: center;
	color: #fff;
	background: #0053b3;
}
.i-news .list{
	width: 53%;
}

.i-news .list li{
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px;
}
.i-news .list li:nth-of-type(even){
	float: right;
}
.i-news .list li .list_info{
	line-height: 30px;
}
.i-news .list .infoimg{
	background: #1e6fcb;
	display: block;
	width: 200px;
	height:155px;
	font-size: 14px;
	color: #fff;
	transition: color 500ms ease-in 0ms;
	text-align: center;
}
.i-news .list a.fr{
	width: 340px;
	line-height: 30px;
	color: #333;
	text-align: left;
	border-radius: 4px;
	float: left;
	margin-left: 10px;
	font-size: 16px;
}
.list_info h2{
	font-size: 18px;;
}
.list_info h2 span{
	font-size: 14px;;
}
.list_info p{
	font-size: 15px;;
}
.i-news .list a.fr h2{
	font-size: 16px;
	color: #333;
}
.i-news .list a.fr p{
	font-size: 14px;
	line-height:20px;
}
.i-news .list a.fr span{
	color: #ba2e38;
	font-size: 14px;
}
.i-news .list a.names{
	background: #1e6fcb;
	display: block;
	width: 96%;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	padding: 6px 2%;
}
.i-news .list a.names font{
	background: none;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	float: right;
}
.i-news .list .int{
	width: 100%;
}
.i-news .list .int h2{
	color: #1d4ca6;
	font-size: 20px
}
.i-news .list .int p{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 10px;
}
.i-news .list li.hover span{
	color: #333;
}
.i-news .list li.hover a{
	font-weight: bold;
}
.list_info a:hover h2{
	color: #004490;
}
.imginfo{
	height: 340px;
	position: relative;
	overflow: hidden;
}
.imginfo_nr{
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	height: 340px;
	background: rgba(30, 121, 214, .5);
	padding: 230px 2% 0 2%;
}
.imginfo_nr a{ color: #fff;}
.imginfo_nr a h2{
	font-size: 16px;
	margin-bottom: 10px;
}
.imginfo_nr a h2 span{
	font-size: 14px;;
}
.imginfo_nr a p{
	font-size: 14px;
}
.i-message-contact{
	background: url("../images/index_16.jpg") top center no-repeat;
	width:100%;
	height:628px;
	overflow: hidden;
}
.i-message{
	width:680px;
	float: left;
	margin-top: 170px;
}
.i-message input{
	height:43px;
	background: rgba(255,255,255,0.4);
	border:1px #fff solid;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	width:670px;
	margin-bottom: 20px;
}
.i-message textarea{
	background: rgba(255,255,255,0.4);
	border:1px #fff solid;
}
.i-message button{
	width:120px;
	line-height:40px; background: #fff;
	color: #20569f;
	font-size: 16px;
	margin-top: 20px;
}
.i-contactss{
	width:320px;
	float: right;
	margin-top: 190px;
	font-size: 16px;
	color: #fff;
	line-height: 54px;
}
.i-question{
	width:330px;
	margin-top: 40px;
	float: right;
}
.i-question a.names{
	background: #1e6fcb;
	display: block;
	width: 96%;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	padding: 6px 2%;
}
.i-question a.names font{
	background: none;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	float: right;
}
.i-question dl{
	width:100%;
	margin-top: 22px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}
.i-question dl dt{
	width:18px;
	float: left;
}
.i-question dl dd{
	width:300px;
	float: right;
}
.i-question dl dd a{
	font-size: 16px;
	color: #333;
}
.i-question dl dd a p{
	font-size: 14px;
	color: #666;
}


.i-honor{
	background: #fff;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 22px;
	overflow: hidden;
}
.i-honor .list{
	position: relative;
	overflow: hidden;
	width: 308px;
	height: 304px;
	padding: 2px;
	background: url(../images/bg_box01.png) no-repeat;
}
.i-honor .list-in{
	position: relative;
	overflow: hidden;
	width: 308px;
	height: 304px;
}
.i-honor ul{
	width:100%;
	margin-top: 20px;
	overflow: hidden;
}
.i-honor li{
	width: 300px;
	height: 304px;
	font-size: 14px;
	line-height: 40px;
	color: #004490;
	text-align: center;
}
.i-honor li img{
	border:1px #ccc solid;
	padding:5px;
}
.i-honor li p{
	padding: 25px 10px 0;
}
.i-honor .btn{
	position: absolute;
	top: 105px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	filter:alpha(opacity=0);
	opacity: 0;
}
.i-honor .prev{
	left: -42px;
	background: url(../images/prev04.png) no-repeat;
}
.i-honor .next{
	right: -42px;
	background: url(../images/next04.png) no-repeat;
}
.i-honor .btn.hover{
	background-position: -40px 0;
}
.i-honor .moress{
	display: block;
	margin:0 auto;
	width:200px;
	line-height:40px;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	background: #034196;
	text-align: center;
	overflow: hidden;
}
.i-download{
	width: 619px;
	filter:alpha(opacity=0);
	opacity: 0;
}
.i-download .list{
	width: 555px;
	height: 240px;
	padding: 11px 32px 0;
	background: url(../images/bg_box02.png) no-repeat;
}
.i-download .list-in{
	position: relative;
	overflow: hidden;
	width: 555px;
}
.i-download .list ul{
	width: 572px;
}
.i-download .list li{
	width: 286px;
	height: 45px;
	border-bottom: 1px solid #ececec;
}
.i-download .list li.last{
	border-bottom: none;
}
.i-download .list a{
	display: inline-block;
	width: 272px;
	padding-left: 14px;
	background: url(../images/bg_li03.png) no-repeat 3px 0;
	line-height: 45px;
	color: #666;
	transition: color 500ms ease-in 0ms;
}
.i-download .list a:hover{
	color: #004490;
	background-position: 3px -45px;
}
.i-faq{
	width: 312px;
	margin-right: -312px;
}
.i-faq .list{
	width: 276px;
	height: 218px;
	padding: 31px 18px 2px;
	background: url(../images/bg_box03.png) no-repeat;
}
.i-faq .list-in{
	position: relative;
	overflow: hidden;
	width: 276px;
	height: 218px;
}
.i-faq li{
	width: 276px;
	padding-bottom: 26px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 17px;
	line-height: 20px;
}
.i-faq li .tit{
	color: #333;
	margin-bottom: 10px;
}
.i-faq li span{
	display: inline-block;
	width: 18px;
	padding-right: 10px;
	background: url(../images/bg_sign05.png) no-repeat left 0;
	color: #fff;
	text-align: center;
}
.i-faq li .int{
	width: 248px;
	float: right;
}
.i-faq .det span{
	background-position: left -20px;
}
.i-tips{
	height: 70px;
	padding: 40px 0 32px;
}
.i-tips .w980{
	overflow: hidden;
}
.i-tips ul{
	width: 1098px;
}
.i-tips li{
	width: 200px;
	height: 46px;
	padding: 14px 0 10px 88px;
	margin-right: 42px;
	display: inline;
	font-size: 14px;
	line-height: 20px;
}
.i-tips li.fi{
	background: url(../images/bg_sign06.png) no-repeat left center;
}
.i-tips li.se{
	background: url(../images/bg_sign07.png) no-repeat left center;
}
.i-tips li.th{
	background: url(../images/bg_sign08.png) no-repeat left center;
}
.i-tips .line{
	border-right: 1px solid #dadada;
}
.i-tips li p.fz20{
	font-size: 20px;
	color: #1e1e1e;
}

.inside-banner{
	height: 369px;
}
.insdie-wrap{
	padding: 40px 0 74px;
}
.side{
	width: 224px;
}
.side-title{
	width: 185px;
	height: 68px;
	padding-left: 39px;
	background: url(../images/fz_17.jpg) no-repeat;
	font-weight: bold;
	font-size: 22px;
	line-height: 68px;
	color: #fff;
}
.side-list{
	border: 1px solid #cfcfcf;
	border-top: none;
}
.side-list li{
	border-bottom: 1px solid #cfcfcf;
}
.side-list li.last{
	border-bottom: none;
}
.side-list a.tit{
	display: inline-block;
	width: 184px;
	padding-left: 38px;
	background: url(../images/bg_li02.png) no-repeat 184px -80px;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.side-list a.tit:hover, .side-list a.tit.on{
	color: #0857b0;
}
.side-list .subside{
	padding: 10px 0;
	border-top: 1px solid #cfcfcf;
	display: none;
}
.side-list .subside a{
	display: inline-block;
	width: 174px;
	padding-left: 48px;
	line-height: 28px;
	color: #333;
	transition: color 500ms ease-in 0ms;
}
.side-list .subside a:hover, .side-list .subside a.on{
	color: #0857b0;
}
.side-box{
	width: 224px;
	margin-top: 32px;
}
.side-tit{
	width: 224px;
	height: 58px;
	background: url(../images/bg_sign09.jpg) no-repeat;
}
.side-tit a{
	display: inline-block;
	width: 185px;
	padding-left: 39px;
	font-weight: bold;
	font-size: 18px;
	line-height: 58px;
	color: #fff;
}
.side-box .list{
	padding: 14px 0;
	border: 1px solid #cfcfcf;
	border-top: none;
}
.side-box .list li{
	width: 224px;
	height: 26px;
}
.side-box .list a{
	display: inline-block;
	width: 191px;
	padding-left: 31px;
	background: url(../images/bg_sign11.png) no-repeat 18px 0;
	line-height: 26px;
	color: #666;
	transition: color 500ms ease-in 0ms;
}
.side-box .list a:hover{
	color: #0053b3;
	background-position: 18px -26px;
}
.content{
	width: 927px;
}
.content .path{
	height: 66px;
	border: 1px solid #e4e4e4;
	background: #f8f8f8;
	line-height: 66px;
	color: #999;
}
.content .path h2{
	padding-left: 21px;
	font-size: 18px;
	color: #0053b3;
}
.content .path a{
	color: #999;
	transition: color 500ms ease-in 0ms;
}
.content .path a:hover{
	color: #0053b3;
}
.content .path span{
	display: inline-block;
	font-family: "宋体";
	padding: 0 10px;
}
.content .path span.cur{
	padding: 0 32px 0 0;
	font-family: "微软雅黑";
	color: #0053b3;
}
.inside-wrap{
	padding: 20px 0 52px;
	border: 1px solid #eaeaea;
	border-top: none;
}
.page{
	text-align: center;
}

.products-list{
	width: 100%;
	overflow: hidden;
}
.products-list .list{
	float: right;
	width: 100%;
}
.products-list .list ul{
	width: 100%;
}
.products-list .list li{
	width: 292px;
	/*height: 291px;*/
	margin: 0 7px 18px 7px;
	display: inline;
	border:1px #e0e0e0 solid;
}
.products-list .list li:nth-of-type(3n){
	margin-right: 0;
}
.products-list .list .bg{
	background: #fff;
}
.products-list .list a.name{
	background: #dcdcdc;
	background-size: 100%;
	display: inline-block;
	width: 287px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 44px;
	color: #333;
	transition: all 500ms ease-in 0ms;
	padding-left: 5px;
	text-align: center;
}
.products-list .list a.name span{
	font-size: 14px;
	color: #fff;
	float: right;
	margin-right: 20px;
	line-height: 44px;
}
.products-list .list li.hover a.name{
	color: #f9950e;
}
.products-list .list a.more{
	display: inline-block;
	width: 91px;
	margin: 11px 0 17px 20px;
	background: url(../images/bg_btn02.png) no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.products-list .list p{
	padding: 0 20px;
	font: bold 16px/44px "微软雅黑";
	color: #333;
}
.products-list .list span{
	font-size: 30px;
	font-family: Arial;
	color: #c00725;
}
.products-list .line{
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 2px;
	margin-top: 1px;
	background: #87a1d6;
}
.products-list .line-in{
	position: absolute;
	left: -232px;
	top: 0;
	width: 232px;
	height: 2px;
	background: #0053b3;
}
.products-list  a.readmore{
	display: block;

	width: 134px;
	border: 2px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	color: #f9950e;
	text-align: center;
	transition: all 500ms ease-in 0ms;
	border-radius: 4px;
	margin: 20px auto;
	overflow: hidden;
}
.products-list  a.readmore:hover{
	border-color: #0053b3;
	background: #0053b3;
	color: #fff;
}

.products-list .page{
	margin-top: 32px;
}
.pro-info{
	padding: 34px 20px 31px;
}
.pro-img{
	position: relative;
	float: left;
	width: 425px;
	margin-top: 10px;
}
.pro-img .img{
	position: relative;
	width: 423px;
	height: 301px;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	background: url(../images/loading.gif) no-repeat center;
}
.jqZoomPup {
	background: #fff;
	border: 1px solid #e6e6e6;
	opacity: 0.5;
	position: absolute;
	visibility: hidden;
	z-index: 1;
}
.zoomdiv {
	background: #fff;
	border: 1px solid #e6e6e6;
	display: none;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 1;
}
.pro-img .list{
	width: 425px;
	height: 75px;
	margin-bottom: 17px;
}
.pro-img .btn{
	float: left;
	width: 17px;
	height: 54px;
	cursor: pointer;
}
.pro-img .prev{
	background: url(../images/prev05.jpg) no-repeat center;
}
.pro-img .next{
	background: url(../images/next05.jpg) no-repeat center;
}
.pro-img .list-in{
	position: relative;
	overflow: hidden;
	float: left;
	width: 362px;
	height: 50px;
	margin: 0 14px;
	display: inline;
	margin-top: 2px;
}
.pro-img .list-in li{
	width: 78px;
	height: 48px;
	border: 1px solid #e6e6e6;
	margin-right: 11px;
	display: inline;
	cursor: pointer;
}
.pro-img .list-in li.active{
	border: 1px solid #0053b3;
}
.pro-tips{
	float: right;
	width: 400px;
}
.pro-tips h2{
	font-size: 22px;
	line-height: 44px;
	color: #333;
}
.pro-tips p.price{
	font-size: 14px;
	line-height: 34px;
	color: #333;
}
.pro-tips p.price span{
	font-size: 36px;
	color: #ca020f;
}
.pro-tips .list{
	margin-top: 18px;
	padding: 18px 0;
	border-top: 1px solid #d9d9d9;
}
.pro-tips .list li{
	width: 330px;
	margin-bottom: 9px;
	line-height: 23px;
	color: #333;
}
.pro-tips .list p{
	width: 72px;
	padding-right: 3px;
	line-height: 20px;
}
.pro-tips .list .fr{
	position: relative;
}
.pro-tips .list span{
	display: inline-block;
	position: relative;
	float: left;
	min-width: 21px;
	height: 16px;
	line-height: 16px;
	padding: 0 10px;
	border: 1px solid #b8b7bd;
	margin-right: 6px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 4px;
}
.pro-tips .list span.on{
	border: 1px solid #ce0303;
	background: url(../images/bg_sign12.png) no-repeat right bottom;
}
.pro-tips .list .tips{
	position: absolute;
	left: 105%;
	top: -1px;
	z-index: 5;
	width: 100%;
	padding: 3px;
	background: #fff;
	border: 1px solid #ce0303;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	display: none;
}
.pro-tips .num{
	height: 31px;
	margin-top: 8px;
}
.pro-tips .num input{
	float: left;
	width: 47px;
	height: 29px;
	padding: 0 5px;
	border: 1px solid #b8b7bd;
	margin-right: 4px;
	display: inline;
	line-height: 29px;
	color: #333;
}
.pro-tips .btn{
	float: left;
	width: 18px;
	height: 31px;
}
.pro-tips .btns{
	width: 18px;
	height: 14px;
	cursor: pointer;
}
.pro-tips .up{
	background: url(../images/prev06.jpg) no-repeat;
	margin-bottom: 3px;
}
.pro-tips .down{
	background: url(../images/next06.jpg) no-repeat;
}
.pro-tips .num p{
	width: auto;
	padding-left: 15px;
	line-height: 31px;
}
.pro-tips .num a.meesage{
	display: inline-block;
	width: 54px;
	border: 1px solid #c40000;
	background: #ffeded;
	margin: 2px 0 0 8px;
	font-size: 13px;
	line-height: 25px;
	color: #c40000;
	text-align: center;
}
.pro-tips .list em{
	font-style: normal;
}
.pro-tips .button{
	height: 40px;
	margin-top: 18px;
}
.pro-tips .button a{
	display: inline-block;
	float: left;
	width: 140px;
	height: 38px;
	border: 1px solid #cdcdce;
	margin-right: 16px;
	background: #ddd;
	font-size: 14px;
	line-height: 38px;
	color: #333;
	text-align: center;
	transition: all 500ms ease-in 0ms;
}
.pro-tips .button input{
	float: left;
	width: 140px;
	height: 38px;
	border: 1px solid #cdcdce;
	margin-right: 16px;
	background: #ddd;
	font-size: 14px;
	line-height: 38px;
	color: #333;
	text-align: center;
	transition: all 500ms ease-in 0ms;
}
.pro-tips .button a:hover, .pro-tips .button a.add, .pro-tips .button input.hover{
	border: 1px solid #0053b3;
	background: #0053b3;
	color: #fff;
}
.pro-service{
	margin: 52px 0 25px;
	font-size: 10px;
	line-height: 16px;
}
.pro-service h2{
	font-size: 18px;
	line-height: 32px;
	color: #444;
	margin-bottom: 25px;
}
.pro-service ul{
	width: 708px;
}
.pro-service li{
	width: 236px;
	height: 53px;
}
.pro-service li span{
	display: inline-block;
	float: left;
	width: 53px;
	height: 53px;
}
.pro-service li span.fi{
	background: url(../images/bg_sign13.jpg) no-repeat;
}
.pro-service li span.se{
	background: url(../images/bg_sign14.jpg) no-repeat;
}
.pro-service li span.th{
	background: url(../images/bg_sign15.jpg) no-repeat;
}
.pro-service li .int{
	float: left;
	height: 36px;
	padding: 10px 0 0 13px;
}
.pro-service li p.fz15{
	font-size: 15px;
	line-height: 20px;
	color: #1e1e1e;
}
.pro-detail h2{
	font-size: 18px;
	line-height: 58px;
	color: #444;
}
.pro-detail table{
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.pro-detail th{
	padding-left: 16px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	font-weight: normal;
	font-size: 14px;
	line-height: 45px;
	color: #333;
	text-align: left;
}
.pro-detail td{
	padding: 0 16px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	line-height: 31px;
	color: #666;
}
.pro-detail ul{
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.pro-detail li{
	padding: 0 16px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	line-height: 31px;
	color: #666;
	height: 31px;
	line-height: 31px;
	text-align: center;
}
.pro-detail .detail{
	margin-top: 65px;
}
.pro-detail  img{

	max-width: 100%;
}

.login-header{
	width: 894px;
	height: 94px;
	margin: 0 auto;
}
.login-header p.fr{
	font-size: 14px;
	line-height: 94px;
	color: #888;
	margin-right: -16px;
}
.login-header p.fr a{
	display: inline-block;
	padding: 0 16px;
	color: #888;
}
.login-footer{
	height: 92px;
	padding-bottom: 20px;
	line-height: 92px;
	color: #888;
	text-align: center;
	text-transform: uppercase;
}
.login-footer a{
	color: #888;
	transition: color 500ms ease-in 0ms;
}
.login-footer a:hover{
	color: #0053b3;
}
.login-main{
	height: 578px;
	background: url(../images/bg_login.jpg) no-repeat center;
}
.login-main .w894{
	position: relative;
	width: 894px;
	height: 578px;
	margin: 0 auto;
}
.login-main .pt19{
	padding-top: 19px;
}
.login-box{
	position: absolute;
	left: 528px;
	top: 104px;
	width: 265px;
	height: 330px;
}
.login-box h2{
	margin-bottom: 38px;
	font-size: 14px;
	line-height: 44px;
}
.login-box td{
	padding-bottom: 18px;
}
.login-box td input{
	float: left;
	width: 180px;
	height: 30px;
	padding: 0 2px 0 28px;
	border: 1px solid #ccc;
	background: url(../images/bg_btn04.jpg) no-repeat left center;
	margin-left: 28px;
	line-height: 30px;
	color: #ccc;
}
.login-box td input.password{
	background: url(../images/bg_btn05.jpg) no-repeat left center;
}
.login-box td input.hide{
	display: none;
}
.login-box label{
	float: left;
	margin: 23px 36px 24px 28px;
	line-height: 24px;
}
.login-box label input{
	float: left;
	width: 13px;
	height: 13px;
	margin: 6px 6px 0 0;
	display: inline;
}
.login-box a{
	display: inline-block;
	float: left;
	line-height: 24px;
	color: #204c89;
	text-decoration: underline;
	margin: 23px 0 24px;
}
.login-box .btn{
	width: 100%;
	height: 31px;
}
.login-box .btn input{
	float: left;
	width: 98px;
	height: 31px;
	padding: 0;
	border: none;
	background: url(../images/bg_btn06.jpg) no-repeat;
	margin-left: 30px;
	display: inline;
	font-size: 15px;
	color: #fff;
}
.login-box .btn a{
	display: inline-block;
	float: left;
	width: 98px;
	margin: 0 0 0 12px;
	background: url(../images/bg_btn07.jpg) no-repeat;
	font-size: 15px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.regist-main{
	width: 780px;
	height: 497px;
	padding: 45px 61px 0;
	margin: 0 auto;
	background: url(../images/bg_box04.png) no-repeat;
}
.regist-main td{
	padding: 0 5px 24px 0;
	font-size: 14px;
	line-height: 36px;
}
.regist-main span{
	display: inline-block;
	color: #f00;
	padding-right: 5px;
}
.regist-main input{
	float: left;
	width: 217px;
	height: 34px;
	padding: 0 5px;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 34px;
}
.regist-main input.button{
	width: 147px;
	height: 30px;
	padding: 0;
	border: none;
	background: url(../images/bg_btn08.jpg) no-repeat;
	margin: 2px 13px 0 20px;
	line-height: 30px;
}
.regist-main input.submit{
	width: 229px;
	height: 33px;
	padding: 0;
	border: none;
	background: url(../images/bg_btn09.jpg) no-repeat;
	font-size: 15px;
	line-height: 33px;
	color: #fff;
}
.regist-main .tips{
	float: left;
	width: 252px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	margin-left: 18px;
	display: inline;
	background: #f9f9f9;
	font-size: 12px;
	line-height: 34px;
	color: #949494;
}
.shopcar-main{
	padding: 40px 0 136px;
}
.shopcar-tips{
	height: 35px;
	margin-bottom: 46px;
	background: url(../images/bg_tips.jpg) no-repeat;
}
.shopcar-tips-se{
	background-position: 0 -35px;
}
.shopcar-tips-th{
	background-position: 0 -70px;
}
.shopcar-detail{
	border-top: 2px solid #999;
}
.shopcar-tit{
	height: 44px;
	padding: 0 36px;
	background: #f7f7f7;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	font-size: 18px;
	line-height: 44px;
}
.shopcar-detail .list{
	padding: 41px 40px 60px 39px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.shopcar-detail table{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.shopcar-detail th{
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
}
.shopcar-detail td{
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
	text-align: center;
}
.shopcar-detail td input.checkbox{
	float: left;
	margin-left: 7px;
}
.shopcar-detail td img{
	border: 1px solid #e9e9e9;
}
.shopcar-detail td p{
	line-height: 73px;
	color: #666;
}
.shopcar-detail .btns{
	width: 76px;
	height: 22px;
	margin-left: 60px;
}
.shopcar-detail .btn{
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	cursor: pointer;
}
.shopcar-detail .prev{
	background: url(../images/prev07.jpg) no-repeat;
}
.shopcar-detail .next{
	background: url(../images/next07.jpg) no-repeat;
}
.shopcar-detail .btns input{
	float: left;
	width: 34px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 0 5px;
	display: inline;
	text-align: center;
}
.shopcar-detail a.delete{
	color: #005ea7;
}
.shopcar-detail .tips{
	width: 898px;
	height: 76px;
	padding: 0 40px;
	border: 1px solid #eaeaea;
	background: #f7f7f7;
}
.shopcar-detail .tips a.fl{
	display: inline-block;
	padding-left: 18px;
	background: url(../images/bg_sign16.png) no-repeat left center;
	margin-top: 26px;
	line-height: 24px;
	color: #005ea7;
}
.shopcar-detail .tips .fr{
	padding: 20px 20px 0 0;
	line-height: 38px;
	color: #666;
}
.shopcar-detail .tips span{
	color: #005ea7;
}
.shopcar-detail .tips span.red{
	font-size: 22px;
	color: #e4393c;
}
.shopcar-detail .tips input{
	width: 197px;
	height: 38px;
	background: url(../images/bg_btn10.jpg) no-repeat;
	margin-left: 78px;
	font-size: 19px;
	line-height: 38px;
	color: #fff;
}
.shopcar-detail .add{
	padding: 40px 0 15px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.shopcar-detail .add .box{
	width: 825px;
	height: 353px;
	padding: 12px 37px 0;
	border: 1px solid #e9e9e9;
	background: #fafafa;
	margin: 0 auto;
}
.shopcar-detail .box h2{
	font-weight: normal;
	font-size: 16px;
	line-height: 60px;
	color: #333;
}
.shopcar-detail .add-table{
	border: none;
}
.shopcar-detail .add-table td{
	padding: 0 0 12px 5px;
	border: none;
	font-size: 12px;
	line-height: 28px;
}
.shopcar-detail .add-table span{
	color: #d6000f;
}
.shopcar-detail .add-table input{
	float: left;
	width: 187px;
	height: 26px;
	padding: 0 5px;
	border: 1px solid #d1d1d1;
	margin-right: 13px;
	display: inline;
	line-height: 26px;
	color: #888;
}
.shopcar-detail .add-table textarea{
	float: left;
	width: 611px;
	height: 100px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	line-height: 20px;
	color: #888;
}
.shopcar-success{
	width: 978px;
	height: 127px;
	padding-top: 33px;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
	font-size: 24px;
	line-height: 48px;
	color: #333;
	text-align: center;
}
.shopcar-success span{
	display: inline-block;
	padding-left: 66px;
	background: url(../images/bg_sign17.jpg) no-repeat left center;
}
.shopcar-success .btn{
	height: 27px;
	margin-top: 13px;
}
.shopcar-success a{
	display: inline-block;
	width: 80px;
	background: url(../images/bg_btn11.jpg) no-repeat;
	margin-right: 60px;
	font-size: 12px;
	line-height: 27px;
	color: #fff;
	text-align: center;
}

/**************/
.message-out{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 55;
	width: 100%;
	height: 100%;
	display: none;
}
.message-out .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=50);
	opacity: 0.5;
}
.message-out .main{
	position: absolute;
	left: 50%;
	width: 426px;
	height: 619px;
	padding: 13px 40px 0;
	margin-left: -253px;
	background: #fff;
}
.message-out .close{
	position: absolute;
	right: 25px;
	top: 27px;
	width: 24px;
	height: 24px;
	background: url(../images/messageclose.jpg) no-repeat;
	cursor: pointer;
}
.message-out .title{
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 43px;
	font-size: 24px;
	line-height: 78px;
	color: #333;
}
.message-out td{
	padding-bottom: 22px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
}
.message-out td input{
	float: left;
	width: 258px;
	height: 34px;
	border: 1px solid #ccc;
	margin-left: 30px;
	display: inline;
	line-height: 34px;
	color: #333;
}
.message-out td input.submit{
	width: 270px;
	height: 36px;
	padding: 0;
	border: none;
	background: #0b5dba;
	margin-top: 18px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.message-out .qq-btn{
	margin-top: 16px;
	border-top: 1px solid #ebebeb;
	padding-top: 28px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.message-out .qq-btn a{
	display: inline-block;
	float: left;
	width: 93px;
	padding-left: 67px;
	margin: 24px 52px 0 0;
	background: url(../images/bg_qq.jpg) no-repeat;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}
.i-zhuanjia{
	background: #f6f6f6;
	padding: 40px 0;
	overflow: hidden;
	*zoom:1;
}
.i-zhuanjia dl{
	background-color: #fff;
	width: 278px;
	float: left;
	border:1px #ccc solid;
	text-align: center;
	position: relative;
}
.i-zhuanjia dl i{
	width: 90px;
	height: 90px;
	display: block;
	margin: 50px auto 20px;
}
.i-zhuanjia dl h2{
	padding-bottom: 50px;
	font-size: 20px;
	color: #000;
}
.i-zhuanjia dl dd{
	display: none;
	background: #f9950e;
	position: absolute;
	top: 0;
	height: 246px;
}
.i-zhuanjia dl dd h3{
	padding: 50px 0;
	font-size: 20px;
	color: #fff;
}
.i-zhuanjia dl dd p{
	width: 90%;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	margin: 0 auto;
}
.i-zhuanjia dl:nth-of-type(2),.i-zhuanjia dl:nth-of-type(3){
	margin: 0 20px;
}
.i-zhuanjia dl:hover{
	border:1px #f9950e solid;
}
.i-zhuanjia dl:hover dd{
	display: block;
}
.i-zhuanjia dl:nth-of-type(1):hover dd{
	background:#f9950e url(../images/icon1_1.png) center no-repeat;
}
.i-zhuanjia dl:nth-of-type(2):hover dd{
	background:#f9950e url(../images/icon2_1.png) center no-repeat;
}
.i-zhuanjia dl:nth-of-type(3):hover dd{
	background:#f9950e url(../images/icon3_1.png) center no-repeat;
}
.i-zhuanjia dl:nth-of-type(4):hover dd{
	background:#f9950e url(../images/icon4_1.png) center no-repeat;
}
.i-weixiu {
	margin-top: 40px;
	overflow: hidden;
}
.i-weixiu .w980{
	margin-top: 40px;
	overflow: hidden;
}
.i-weixiu .w980 .weixiu_left{
	width: 500px;
}
.i-weixiu .w980 .weixiu_left img{
	max-width: 100%;
}
.i-weixiu .w980 .weixiu_right{
	width: 640px;
	line-height: 30px;
	font-size: 14px;
}
.i-weixiu .w980 .weixiu_right h2{
	color: #276ac0;
	font-size: 24px;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.i-chuzu{
	background: url(../images/jw_46.jpg) top center no-repeat;
	height: 560px;
}
.i-chuzu h2{
	font-size: 36px;
	color: #276ac0;
	padding-top: 100px;
}
.i-chuzu h1{
	font-size: 50px;
	color: #cecece;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.i-chuzu h3{
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}
.i-chuzu p{
	font-size: 14px;
	color: #000;
}
/*Forget*/
.forget-wrap{
	width: 902px;
	height: auto;
	padding: 0;
	margin-top: 68px;
	background: none;
}
.forget-top{
	height: 35px;
	background: url(../images/bg_shadow01.png) no-repeat;
}
.forget-bottom{
	height: 54px;
	background: url(../images/bg_shadow03.png) no-repeat;
}
.forget-main{
	padding: 0 61px;
	background: url(../images/bg_shadow02.png) repeat-y;
}
.forget-main h2{
	font-weight: normal;
	font-size: 18px;
	line-height: 85px;
	color: #666;
}